home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: watcom c 10.5.. bug ?
- Date: Thu, 11 Apr 96 15:00:10 GMT
- Organization: none
- Message-ID: <829234810snz@genesis.demon.co.uk>
- References: <829065604snz@willen.demon.co.uk>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <829065604snz@willen.demon.co.uk>
- adrian@willen.demon.co.uk "Adrian Parker" writes:
-
- >
- >Compiler is watcom 10.5a.
- >
- >I have a problem with a program I've been writing, and have tracked it
- >down to the following..
- >
- >Compiling & running from msdos with wcl work.c -ml -w4
- >
- >-ml = large model
- >-w4 = show all warnings
-
- Check what support your compiler provides for object greater than 65535
- bytes in that memory model. I suggest you take this to
- comp.os.msdos.programmer since memory models are not part of the C
- language definition. The C language provides no guarantees for objects
- above 32767 bytes big (and virtually none below that).
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-